home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / at the atomic level < prev    next >
Text File  |  1999-06-15  |  549b  |  29 lines

  1. Category: Andrew's Filters 6
  2. Title: At The Atomic Level...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: ATATOMIC.8BF
  6.  
  7. R:((x-ctl(0))*(x-ctl(0))+(y-ctl(0))*(y-ctl(0)))%ctl(1)==ctl(2)?c:c/ctl(3)
  8.  
  9. G:((x-ctl(0))*(x-ctl(0))+(y-ctl(0))*(y-ctl(0)))%ctl(1)==ctl(2)?c:c/ctl(4)
  10.  
  11. B:((x-ctl(0))*(x-ctl(0))+(y-ctl(0))*(y-ctl(0)))%ctl(1)==ctl(2)?c:c/ctl(5)
  12.  
  13. A:a
  14.  
  15. ctl[0]: Radius
  16. ctl[1]: Pattern
  17. ctl[2]: Factor X
  18. ctl[3]: Red Divided
  19. ctl[4]: Green Divided
  20. ctl[5]: Blue Divided
  21.  
  22. val[0]: 21
  23. val[1]: 42
  24. val[2]: 22
  25. val[3]: 6
  26. val[4]: 10
  27. val[5]: 2
  28.  
  29.